home *** CD-ROM | disk | FTP | other *** search
/ Atari Forever 4 / Atari Forever 4.zip / Atari Forever 4.iso / PD_THEMA / EDITOREN / 7UP_PD / FORMS.H < prev    next >
Text File  |  1998-03-14  |  1KB  |  22 lines

  1. /* Prototyps for Dialogs */
  2. int  form_exopen(OBJECT *tree, int mode);
  3. int  form_exclose(OBJECT *tree, int exit_obj, int mode);
  4. void form_open(OBJECT *tree, int draw_growing_boxes);
  5. void form_move(OBJECT *tree, int modus);
  6. int  form_exdo(OBJECT *fm_tree, int fm_start_fld);
  7. int  form_close(OBJECT *tree, int exit_obj, int draw_shrinking_boxes);
  8. int  form_hndl(OBJECT *tree, int start, int draw_growing_boxes);
  9. int  form_exhndl(OBJECT *tree, int start, int draw_growing_boxes);
  10. char *form_read(OBJECT *tree, int item, char *string);
  11. void form_write(OBJECT *tree, int item, char *string, int draw_at_once);
  12. int  form_exwrite(OBJECT *tree, int item, int modus, const char *fmt, ...);
  13. void form_clear(OBJECT *tree, int draw_at_once);
  14. void form_exclear(OBJECT *tree, int from, int to, int draw_at_once);
  15.  
  16. void pop_open(OBJECT *tree, int draw_growing_boxes);
  17. void pop_center(OBJECT *tree, int *x, int *y, int *w, int *h);
  18. void pop_excenter(OBJECT *tree, int mx, int my, int *x, int *y, int *w, int *h);
  19. int  pop_do(OBJECT *tree, int close_at_once);
  20. void pop_close(OBJECT *tree, int exit_obj, int draw_shrinking_boxes);
  21. int  pop_hndl(OBJECT *tree, int start, int draw_growing_boxes);
  22. ə